Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NDynamicArray<T> Class
Members


In This Topic
    NDynamicArray<T> Class
    In This Topic
    Serves as base class for different INSet implementations that are based on a zero based array of generic items.
    Object Model
    NDynamicArray<T> Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    Public MustInherit Class NDynamicArray(Of T) 
       Implements INArray(Of T), INClearable, INContains(Of T), INCountable(Of T), INIndexedMultiSet(Of T), INIndexedSet(Of T), INIterable(Of T), INReverseIterable(Of T), INSet(Of T), INWritableIndexedSet(Of T) 
    'Usage
     
    
    Dim instance As NDynamicArray(Of T)
    [System.Reflection.DefaultMember("Item")]
    public abstract class NDynamicArray<T> : INArray<T>, INClearable, INContains<T>, INCountable<T>, INIndexedMultiSet<T>, INIndexedSet<T>, INIterable<T>, INReverseIterable<T>, INSet<T>, INWritableIndexedSet<T>  
    Type Parameters
    T
    Remarks
    Zero based arrays are practically useful for array lists and array stacks.
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.DataStructures.NDynamicArray<T>
          Nevron.Nov.DataStructures.NList<T>
          Nevron.Nov.DataStructures.NStack<T>

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also